Welcome![Sign In][Sign Up]
Location:
Search - client server

Search list

[ADO-ODBCDBISAM VCL Client-Server with Source Code v4.01 for.Delphi.rar

Description: DBISAM VCL Client-Server with Source Code v4.01 for.Delphi
Platform: | Size: 17215407 | Author: | Hits:

[ICQ-IM-ChatClient-Server-based-Security-Comunication-Tool

Description: 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
Platform: | Size: 8836 | Author: Shadow | Hits:

[WinSock-NDISclient-server

Description: client-server客户机/服务器设计源码
Platform: | Size: 158571 | Author: never | Hits:

[Other resourceSimple Client-Server Demo

Description: 简单的客户服务器模型的通信工具-simple client-server model of communication tools
Platform: | Size: 3835 | Author: 杨柏 | Hits:

[Other Embeded programdhcp-3.1.3.tar.gz

Description: ICS dhcp client/ server code. support Linux, bsd, .... Cross-platfrom, rich functionalities.
Platform: | Size: 804097 | Author: dull_boy@sohu.com | Hits:

[Database systemDBISAM VCL Client-Server with Source Code v4.01 fo

Description: DBISAM VCL Client-Server with Source Code v4.01 for.Delphi
Platform: | Size: 17215488 | Author: 站长 | Hits:

[Internet-Networknettalking

Description: 一个简单的局域网聊天程序,delphi编写,客户端-服务器模式-a simple LAN chat program, delphi prepared, the client-server model
Platform: | Size: 190464 | Author: 田艳华 | Hits:

[JSP/Javaclient-server

Description: 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C/S applications. Which side of the GUI Client procedures used to provide input interface number two, and a "send" button, there is another TextField came for the show results; Terminal Server connectivity for wiretapping request, sent over the calculation of the number two and, for the return data results.
Platform: | Size: 1024 | Author: 刘流 | Hits:

[Internet-NetworkTCP-server-client

Description: 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on the server begin, the client server on the importation of the IP address, connect, the client on the edit box of the characters can send to the client the editorial box.
Platform: | Size: 74752 | Author: 叶舟 | Hits:

[Other Riddle gamesSimple Client-Server Demo

Description: 简单的客户服务器模型的通信工具-simple client-server model of communication tools
Platform: | Size: 3072 | Author: 杨柏 | Hits:

[Internet-NetworkServer-Client

Description: 我做的客户端,服务器端通讯编程的例子,供大家参考。-client, server communications programming examples for reference.
Platform: | Size: 802816 | Author: 高约 | Hits:

[Internet-NetworkSocket-Client-Server

Description: Winsocket通讯程序,为新手学习如何编写Socket通讯提供很好的例子,1个是客户端程序,1个是服务器程序.-WinSocket communication procedures for the novice to learn how to prepare Socket Communications to provide good example is a client program, is a server program.
Platform: | Size: 274432 | Author: 赖旭员 | Hits:

[Internet-Networksocket-client-server

Description: vc 实现 客户端 服务端通讯,服务端可接收多个客户端-vc realize the client-side communication services, service client can receive multiple clients
Platform: | Size: 99328 | Author: studyhard | Hits:

[ICQ-IM-ChatClient-Server-based-Security-Comunication-Tool

Description: 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性 -Their use of Java made the Client-Server chat program, a combination of network communications, data security, knowledge of multi-threaded one. RSA algorithm using the completion of the distribution of DES keys 2. RSA algorithm combines the use of MD5 message to complete the signature 3. The original message and signature to provide confidentiality protection (with DES encryption algorithm) 4. Able to decrypt and verify the legitimacy of the signature
Platform: | Size: 8192 | Author: Shadow | Hits:

[Internet-Networkclient-server

Description: client-server客户机/服务器设计源码-client-server client/server design source
Platform: | Size: 158720 | Author: never | Hits:

[J2MEserver

Description: j2me is based on j2mepolish, client & server for mobile application. server part
Platform: | Size: 1050624 | Author: thanh dao | Hits:

[Internet-NetworkWinsock-Client-Server

Description: client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (), then court
Platform: | Size: 1463296 | Author: liuliang | Hits:

[Internet-NetworkImplementation-using-VC-Client-Services-machine-mo

Description: 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client Services machine model chat program: In the TCP/IP network, both the process of interaction between the host model is client/server mode (Client/Server model). The goal of this experiment is to use Visual C++ the implementation WINDOWS SOCKET network programming between the client and server communications, through a chat room procedures to reflect this communication process, the model set up based on the following two points: one, non of effects 2, communication is completely asynchronous. Client/Server mode in the process are initiatives taken by way of instructions,
Platform: | Size: 4211712 | Author: 廖国锐 | Hits:

[Internet-NetworkWinsock-Client-Server-Chat

Description: winsock basics a simple application to chat in client server
Platform: | Size: 8192 | Author: ssdd9258 | Hits:

[Windows DevelopClient Server Protocol project Code

Description: Client Server Protocol project Code
Platform: | Size: 48128 | Author: jeremiahsan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net